AbsoluteDate Constructor (DateTime) |
Initializes a new instance of the AbsoluteDate class with specified value.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AbsoluteDate(
DateTime date
)
Public Sub New (
date As DateTime
)
Parameters
- date
- Type: SystemDateTime
The absolute date.
See Also